-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove use_pointcloud_container #6115
feat: remove use_pointcloud_container #6115
Conversation
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6115 +/- ##
==========================================
- Coverage 14.86% 14.42% -0.45%
==========================================
Files 1845 1907 +62
Lines 126636 129584 +2948
Branches 37876 37545 -331
==========================================
- Hits 18823 18687 -136
- Misses 86655 89914 +3259
+ Partials 21158 20983 -175
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For sensing and perception part, LGTM
@yukkysaito Would you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat!: remove use_pointcloud_container Signed-off-by: kminoda <[email protected]> * fix pre-commit Signed-off-by: kminoda <[email protected]> * fix: completely remove use_pointcloud_container after merge main Signed-off-by: kminoda <[email protected]> * fix: set use_pointcloud_container = true Signed-off-by: kminoda <[email protected]> * revert: revert change in probabilistic_occupancy_grid_map Signed-off-by: kminoda <[email protected]> * revert change in launcher of ogm Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]>
* feat!: remove use_pointcloud_container Signed-off-by: kminoda <[email protected]> * fix pre-commit Signed-off-by: kminoda <[email protected]> * fix: completely remove use_pointcloud_container after merge main Signed-off-by: kminoda <[email protected]> * fix: set use_pointcloud_container = true Signed-off-by: kminoda <[email protected]> * revert: revert change in probabilistic_occupancy_grid_map Signed-off-by: kminoda <[email protected]> * revert change in launcher of ogm Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]>
Description
Remove
use_pointcloud_container
as discussed in https://github.com/orgs/autowarefoundation/discussions/4112.lidar_centerpoint.launch.xml
we leave theuse_pointcloud_container
interface as it is, so that we can launch the node itself without pointcloud_container.MUST BE MERGED WITH:
Related links
Tests performed
Notes for reviewers
None
Interface changes
None
Effects on system behavior
None as long as you are using
use_pointcloud_container = true
. If you are usinguse_pointcloud_container = false
, this PR will gather all the related nodes into one single container, resulting in less computational load.Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.